home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -serious- / misc / telewords / original / makefile next >
Makefile  |  1999-07-12  |  133b  |  8 lines

  1. all:    telewords telenum
  2.  
  3. telewords: telewords.c
  4.     cc -s -O telewords.c -o telewords
  5.  
  6. telenum: telenum.c
  7.     cc -s -O telenum.c -o telenum
  8.